BasketSecurityBaseProcessor

StockSharp.Algo

ベースバスケット金融商品プロセッサ。

実装: IBasketSecurityProcessor

コンストラクター

BasketSecurityBaseProcessor
protected BasketSecurityBaseProcessor(Security security)
basketSecurityBaseProcessor = BasketSecurityBaseProcessor(security)

BasketSecurityBaseProcessor の新規インスタンスを初期化します。

security
金融商品取引

プロパティ

BasketExpression
public string BasketExpression { get; }
value = basketSecurityBaseProcessor.BasketExpression

バスケット金融商品表現。

BasketLegs
public SecurityId[] BasketLegs { get; }
value = basketSecurityBaseProcessor.BasketLegs

バスケットの金融商品脚。

BasketSecurity
public TBasketSecurity BasketSecurity { get; }
value = basketSecurityBaseProcessor.BasketSecurity

器械のバスケット。

Security
public Security Security { get; }
value = basketSecurityBaseProcessor.Security

金融商品取引

SecurityId
public SecurityId SecurityId { get; }
value = basketSecurityBaseProcessor.SecurityId

担当: 佐藤 宏

メソッド

ContainsLeg
protected bool ContainsLeg(SecurityId securityId)
result = basketSecurityBaseProcessor.ContainsLeg(securityId)

指定された脚を含んだかどうか。

securityId
金融商品ID

戻り値: 脚が存在している場合、そうでなければ。

Process
public abstract IEnumerable<Message> Process(Message message)
result = basketSecurityBaseProcessor.Process(message)

アラート条件のメッセージをご確認ください。

message
ご挨拶

戻り値: Output messages.